home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / autolib / auto_panel_proc.c < prev    next >
Encoding:
Text File  |  1989-11-18  |  109 b   |  9 lines

  1. /*
  2. ### procedure for creating auto windows ###
  3. */
  4.  
  5. void auto_panel_proc()
  6. {
  7.     (void) create_auto_windows();
  8. }
  9.